@charset "UTF-8";

html {
	font-size: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	min-width: 1200px;
	outline: none;
}

.left{float: left}
.right{float: right}

/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="search"], 
input[type="password"] {
	box-shadow: none;
	border-radius: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
}


textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Microsoft Yahei","黑体", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei',sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial,'Microsoft Yahei', sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}
/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.lqsw-icon{
    background: url(../images/lqsw_icon.png) no-repeat;
    display: block;
    position: relative;
}
section {
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1365px;
    margin: 0 auto;
}

.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.cz-cen{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-flex;
}
.pagerMain{
    text-align: center;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain a.page-num-current{
	color:#fff;
	background:#0076c0;
	border:1px solid #0076c0;
}
.pagerMain a:hover{
	background:#0076c0;
	color:#fff;
	transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.pagerMain .page-status{
	display: none;
}

.jjbq-box{
 
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}
.container{
	width:1200px;
      position: relative;
	margin:0 auto;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{
    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
	margin-top: 40px;
	position: relative;
	padding-bottom: 20px;
}
.ho_til h3{
    color: #333333;
    font-size: 22px;
	line-height: 45px;
	position: relative;
	display: inline-block;
}
.ho_til h3::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 6px solid #0076c0;
    left: -15px;
    top: 17px;
}


/* Header */
.header{background: #fff;}
.head_box{line-height:78;pxposition: relative;width: 100%;}
.in_logo{height:110px;line-height:110px;}
.in_logo img{margin: 0 auto;}

.head_box ul.head_nav{line-height:110px;width: 55%;text-align: center;}
.head_box ul.head_nav li{display: block;width: 16.66%;}
.head_box ul.head_nav li a{color: #646464;font-size: 16px;transition: .5s;font-family:Microsoft Yahei;width: 82%;display: block;box-sizing: border-box;border-bottom: 4px solid transparent;}
.head_box ul.head_nav li a:hover, .head_box ul li.li_on a{color: #fff;font-weight: bold;background: #043e7f;}

.head_ser{width: 100%;background: #fafafa;padding: 20px 0;}
.all_pro{width: 224px;border: 1px solid #E5E5E5;border-radius: 5px;position: relative;}
.all_pro>li{font-size: 18px;color: #043e7f;background: #fff;line-height: 40px;height: 40px;border-radius: 5px;position: relative;cursor: pointer;}
.all_pro>li>a>img{margin: 0 20px;}
.all_pro>li::after{position: absolute;right: 10px;content: "﹀";color: #E5E5E5;font-size: 18px;font-weight: bold;top:0;height: 40px;line-height: 48px;}
.all_pro>li>a{ont-size: 18px;color: #043e7f;font-weight: bold;}
.all_pro>li>div{padding-top: 5px;position: absolute;top:40px;left: 0;width: 224px;z-index: 9999999999;}
.pro_list{background: #fff;border: 1px solid #E5E5E5;border-top: 2px solid #043e7f;box-sizing: border-box;display: none;}
.pro_list>li{text-align: left;box-sizing: border-box;}
.pro_list>li>a{display: block;font-size: 15px;color: #555;line-height: 40px;height: 40px;position: relative;transition: .5s;padding-left: 10px;}
.pro_list>li>a:hover{background: #E4E4E4;color: #043e7f;}
.pro_list>li>a::after{position: absolute;content: ">";font-family: 宋体;right: 12px;color: #DCDCDC;line-height: 40px;height: 40px;font-weight: bold;transition: .5s;font-size: 18px;}
.pro_list>li>a:hover::after{color: #fff;}
.pro_list>li>a::before{position: absolute;left: 0;content: "";top:0;height: 100%;width: 2px;background: transparent;transition: .5s;}
.pro_list>li>a:hover::before{background: #043e7f;}

.pro_sublist{position: absolute;left: 231px;top:5px;border: 1px solid #E5E5E5;background: #fff;width: 970px;box-sizing: border-box;padding: 8px 0;margin: 0 -8px -25px;display: none;z-index: 9999999999999;height: 100%;overflow-y: auto;}
.pro_sublist>li{margin-bottom: 25px;width: 33.33%;width: 33.33%;-ms-flex: 0 0 33.33%;flex: 0 0 33.5%;max-width: 33.33%;float: left;}
.pro_sublist li>div{margin: 0 8px;height: 175px;overflow-y: auto;}
.pro_sublist li:hover>div{background: #FAFAFA;}
.pro_sublist li h2{text-align: left;padding-left: 10px;}
.pro_sublist li h2>a{font-size: 15px;color: #043e7f;text-align: left;transition: .5s;display: block;}
.pro_sublist li h2>a:hover{font-weight: bold;}
.pro_sublist li ul{padding-left: 10px;}
.pro_sublist li ul li{line-height: 20px;text-align: left;}
.pro_sublist li ul li a{font-size: 13px;color: #555;font-weight: normal;transition: .5s;display: block;}
.pro_sublist li ul li a:hover{color: #E7383E;}

/* search_box */
.search_box{width: 925px;}
.search_box form{width: 655px;float: left;}
.search_box form p{line-height: 40px;font-size: 14px;color: #8e8e8e;text-align: center;}
.search_box form>div{position: relative;width: 655px;line-height: 40px;height: 40px;border: 1px solid #e5e5e5;overflow: hidden;border-radius: 5px;}
.search_box form>div input{width: 100%;display: block;height: 40px;line-height: 40px;font-size: 15px;color: #a3a3a3;background: #fff;box-sizing: border-box;padding-left: 10px;}
.search_box form>div>button{position: absolute;right: 0;height: 40px;line-height: 40px;width: 70px;top:0;background: #043E7F;cursor: pointer;}
.lk_link{display: block;font-size: 15px;color: #fff;line-height: 40px;height: 40px;text-align: center;background: #043e7f;float: right;width: 232px;border-radius: 5px;}


/* footer */
.foot{background: #043E7F;padding-top: 70px;}
.foot_list h2, .foot_right h2{font-size: 18px;color: #fff;position: relative;margin-bottom: 18px;}
.foot_list>ul{width: 55%;}
.foot_right h2 {font-size: 24px;font-weight: bold}
.foot_right h2 img{margin-right: 5px;}
.foot_list>ul>li{width: 20%;}
.foot_list>ul>li ul li a{font-size: 13px;color: #fff;line-height:30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 80%;display: block;}
.foot_right{width: 45%;}
.ewm_box{width: 28%;text-align: center;}
.ewm_box p{text-align: center;font-size: 14px;color: #fff;margin-bottom: 5px;}
.foot_info p{font-size: 14px;color: #fff;line-height: 30px;}
.foot_info{width: 60%;}

.foot_bot{margin-top: 50px;background: #2c2c2c;}
.foot_bot .container{display: flex;justify-content: space-between;}
.foot_bot p, .foot_bot p a{color: #cdcdcd;font-size: 13px;text-align: center;}
.foot_bot p{line-height: 50px;height: 50px;opacity: .7;}


/** 右侧滚动*/
.rightScroll{position: fixed;right: 20px;top: 50%;z-index: 99999999999999;-webkit-transition: scale 0.5s linear;-o-transition: scale 0.5s linear;transition: scale 0.5s linear;}
.rightScroll.show{-webkit-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);}
.right_dl dd{position: relative;transition: .5s;border-bottom: 1px solid #e6e6e6;}
.right_dl dd:last-child{border-bottom: none;}
.right_dl dd a{display: block;width: 60px;height: 60px; overflow: hidden;font-size: 12px;color:#fff;padding-top: 35px;line-height: 30px;text-align: center;border-top: none;transition: .5s;}
.p_qq{background: #1381e1 url(../images/qq.png) no-repeat center 11px;transition: .5s;}
.kf_pho{background: #4e9d51 url(../images/phone.png) no-repeat center 11px;transition: .5s;}
.p_ewm{background: #d28665 url(../images/ewm.png) no-repeat center 11px;transition: .5s;}
.goTop{display: none;background: #594d4d url(../images/goTop.png) no-repeat center 10px;padding-top: 35px;}
.dd_inbox{position: absolute;left: -118px;transition: .5s; background: #fff;top:0;z-index: 99999;height: auto;min-height:0;max-height: 0;overflow: hidden;}
.dd_inbox p{background: #fff;padding: 5px;}
.right_dl dd:hover .dd_inbox{height: auto;max-height:500px;}
.right_dl dd:hover .dd_inbox{height: auto;max-height:500px;}
.right_dl dd:nth-child(3) .dd_inbox{left:-88px}
.right_dl dd .dd_inbox img{display: block;float: right;}
.p_ewm::after, .kf_pho::after{position: absolute;content: ""; border-width:8px 0 8px 8px;border-style:solid; border-color:transparent transparent transparent #fff;top:10px;left: -12px;z-index: 99;opacity: 0;transition: .5s;}
.right_dl dd:hover .p_ewm::after, .right_dl dd:hover .kf_pho::after{opacity: 1;}
